internal/sync.HashTrieMap.keyHash (field)
9 uses
internal/sync (current package)
hashtriemap.go#L25: keyHash hashFunc
hashtriemap.go#L51: ht.keyHash = mapType.Hasher
hashtriemap.go#L66: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L90: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L169: oldHash := ht.keyHash(unsafe.Pointer(&oldEntry.key), ht.seed)
hashtriemap.go#L207: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L285: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L311: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
hashtriemap.go#L373: hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |